Welcome![Sign In][Sign Up]
Location:
Search - network chat

Search list

[JSP/JavaChat

Description: 点对点java udp聊天代码可实现局域网简单通信,无图形界面,命令行输出-Peer to Peer network chat
Platform: | Size: 1024 | Author: whitespeed | Hits:

[Internet-NetworkChat

Description: 利用socket写了一个局域网聊天demo,UDP-use udp in socket to write local area network chat
Platform: | Size: 27648 | Author: chenhao | Hits:

[Othersimple-chat-program

Description: 本程序为基于VC++的socket编程实现的简单网络聊天程序,代码简单,初学者可以参考学习使用!-The socket programming based on VC++ achieve a simple network chat program, simple code, beginners can learn to use!
Platform: | Size: 83968 | Author: zwlong | Hits:

[JSP/JavajavaLAN-chat-program

Description: 局域网聊天程序的设计与实现 该程序实现局域网内的聊天功能,包括服务器端程序和客户端程序两部分。 客户端程序:可连接到服务器,并将消息发送到服务器端和接受服务器端发送来的信息。 课程设计可选用NetBeans、Eclipse、JBuilder等作为开发平台以提高开发效率,尽可能熟练掌握其中一种集成开发环境。建议采用UML建模技术进行系统的分析设计,在Visio中画出系统用例图和类图,并将UML图复制到设计报告中。-LAN chat program design and implementation of the program within the local area network chat function, including the two parts of the server-side program and the client program. The client program: You can connect to the server, and send a message to the server-side and accepted the information sent by the server-side. Curriculum design can be selected as a development platform in NetBeans, Eclipse, JBuilder as proficient as possible in order to improve the efficiency of the development, an integrated development environment. Recommendations for system analysis and design using UML modeling techniques, draw use case diagrams and class diagrams in Visio and UML diagrams copied to the design report.
Platform: | Size: 562176 | Author: 张凯 | Hits:

[CSharpC-Sharp-chat-program

Description: 异步通讯,tcp网络聊天程序,使用异步通讯多线程方式实现-Asynchronous communication, tcp network chat program, the use of the implements asynchronous communication multithreading way
Platform: | Size: 131072 | Author: 李斌 | Hits:

[JSP/Javachat

Description: 基于B/S的网络聊天软件的简单代码实现,-Based on B/S network chat software simple code to achieve,
Platform: | Size: 56320 | Author: 黄裳 | Hits:

[Internet-NetworkChat

Description: 自己写的一个网络聊天程序,主要用到套接字 多线程异步通信,比较完整可以独立运行出结果-Write their own network chat program, mainly used in the socket Multi-threaded asynchronous communication, more complete, stand-alone results
Platform: | Size: 1951744 | Author: linfei | Hits:

[source in ebookChat

Description: 简单的网络聊天工具,需要双方的IP地址即可进行对话-Simple network chat tool, you need the IP address of the two sides to engage in dialogue
Platform: | Size: 3502080 | Author: niguowei | Hits:

[Internet-Networknetwork-chat

Description: 基于QT4的在Windows7上编写的聊天小程序,实现接收和发送功能,想学QT网络的可以看一看。-Use the QT4 written on Windows7 chat applet, receive and transmit functions, want to learn QT network can take a look at.
Platform: | Size: 987136 | Author: 沈奎 | Hits:

[Internet-Networkchat

Description: 基于java的一个简单网络聊天系统,C/S构架-A simple java-based network chat system, C/S architecture
Platform: | Size: 9216 | Author: lanrunhe | Hits:

[WEB Codechat-room

Description: 一个非常简单的网络聊天室程序的制作,使用的是ASP编写的-Production, use of a very simple network chat room program is written in ASP
Platform: | Size: 3072 | Author: 安happy | Hits:

[JSP/Javachat

Description: 一个以Socket通信机制为基础的网络聊天程序java多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理等-Socket communication mechanism based network chat program
Platform: | Size: 18432 | Author: 叶子 | Hits:

[ICQ-IM-Chatchat

Description: 网络聊天程序,网络程序设计初学者学习的模板。在VC++环境下直接打开编译通过后可运行。-Network chat program, network program designed for beginners to learn the template. Directly open can run compiled by VC++ environment.
Platform: | Size: 259072 | Author: lrj | Hits:

[assembly languagechat

Description: 易语言聊天室,可以支持公网聊天,你们都懂得-To easy language chat rooms, and can support the public network chat, you know how to
Platform: | Size: 8401920 | Author: 陈卿 | Hits:

[Internet-NetworkLAN-chat-tools

Description: 这是一款小型的局域网聊天工具,含有网络编程知识,内容丰富。-This is a small local area network chat tool, containing knowledge of network programming, rich in content.
Platform: | Size: 25600 | Author: ttt | Hits:

[JSP/Javachat

Description: 基于CS端的访qq源码,java实现聊天室功能-the java network chat rooms based on the CS terminal imitation qq source
Platform: | Size: 188416 | Author: 张金鹏 | Hits:

[JSP/Javajava-lan-chat-system

Description: 基于java的局域网聊天系统 可发送文件、表情,查看聊天记录等。-View-based the java local area network chat system to send the file, expression, chat records.
Platform: | Size: 834560 | Author: huxiaoming | Hits:

[JSP/Javachat

Description: 这是用java写的网络聊天程序,使用TCP协议来和服务器建立连接,实现了单聊和群聊的效果,同时能够实时记录用户所聊天的内容,类似于一个记录功能的聊天记录器,将用户聊天的内容存放在D:\chatMessage.txt文件下-This is a network chat program written in java, and the server using the TCP protocol to establish a connection, to achieve the effect of a single chat and group chat, real-time recording user chat, chats similar to a recording function, chat with users of content stored in the D: \ chatMessage.txt file
Platform: | Size: 22528 | Author: 赵勇 | Hits:

[VC/MFCChat

Description: 孙鑫老师的《VC++深入详解》中第15章 基于多线程技术和Socket技术的网络聊天室程序的实现-Sun Xin teacher " VC++ thorough explanation" in Chapter 15, based on multi-threading technology and Socket Technology Network chat room procedures to achieve
Platform: | Size: 4558848 | Author: 徐俊伟 | Hits:

[Windows DevelopNetwork-chat-program

Description: 实现服务器与多个用户之间的聊天,用户与用户之间的聊天。 首先启动服务器, 其中程序中的用户端的用户名,和密码可以任意输入。 -Realizes the server and chat between multiple users and between users and users of the chat. First start the server, the application client user name, and password can be any input.
Platform: | Size: 11033600 | Author: xjuner | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net